div{
    justify-content: center;
    margin: 10px;
    background-position: center;
    background-size: cover;
}
h1{ 
    
    align-self: center;
    text-align: center;
}
p{
    display: flex;
    justify-content: center;
}
.team{
    display: flex;
    align-items: center;

}
div .img{
    height: 230px;
    width: 200px;
    margin: 4px;
    text-align: center;
}
section div p{
    color: blue;
    font-weight: bolder;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}